submitted-dl-support
authorGNU Libc Maintainers <debian-glibc@lists.debian.org>
Tue, 16 Aug 2022 21:35:10 +0000 (22:35 +0100)
committerAurelien Jarno <aurel32@debian.org>
Tue, 16 Aug 2022 21:35:10 +0000 (22:35 +0100)
commit732279dc88d74a70c57c86a9c3ab111b762f9767
tree6ada1a8b42a4775335babab254e0d27557fbc892
parent1211237a98f47796f20751bdec4bfe39fe785ed9
submitted-dl-support

older versions of glibc would build dl-sysdep as shared-only and dl-support as
static-only.  alpha hooks in a cache variable via dl-auxv.h.  newer versions of
glibc build dl-sysdep as both shared and static which means we now have symbol
duplication for static builds with dl-sysdep and dl-support.  since dl-sysdep
is both shared/static, there is no point in hooking dl-support anymore, so we
can punt it.

Gbp-Pq: Topic alpha
Gbp-Pq: Name submitted-dl-support.diff
sysdeps/unix/sysv/linux/alpha/dl-support.c [deleted file]